mahjong_core::hand

Type Alias SetId

source
pub type SetId = Option<SetIdContent>;

Aliased Type§

enum SetId {
    None,
    Some(String),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(String)

Some value of type T.