Char.G.Set

object Set
Source
Set.scala
class java.lang.Object
trait scala.Matchable
class Any

Def

def apply[A <: Any.Char](v: A*): Char.G.Set[A]
Source
Set.scala
def fromStream[A <: Any.Char](v: Stream[A]): Char.G.Set[A]
Source
Set.scala
@targetName("getVoid")
inline def void[A <: Any.Char]: Char.G.Set[A]

Get void instance

Get void instance

Source
Set.scala

Implicit

implicit inline def implicitRequest[A <: Any.Char](v: VOID): Char.G.Set[A]

General void instance request

General void instance request

It is possible to use general request VOID to get void instance of this type, thanks to this implicit conversion.

Source
Set.scala