Skip to content

Source[S: S]

[Source]

type Source[S: S] is
  (Cons[ReadSeq[S] val] val | Nil[ReadSeq[S] val] val)

Type Alias For