glitch/types/cheer

Types

pub type Cheer {
  Cheer(bits: Int)
}

Constructors

  • Cheer(bits: Int)

Functions

pub fn decoder() -> fn(Dynamic) ->
  Result(Cheer, List(DecodeError))
Search Document