6502-opcodes/nescant/src/main/scala/com/htmlism/nescant/ByteSource.scala
2023-06-19 05:33:43 -04:00

8 lines
136 B
Scala

package com.htmlism.nescant
trait ByteSource[A]
object ByteSource:
given sourceForInt: ByteSource[Int] =
new ByteSource[Int] {}