moonbit-community/moon_cpal/null does not have a README file

    Device

    pub struct Device {
    _unit : Unit
    } derive(Eq,
    Debug
    )

    impl Show for Device

    Device::equal

    fn Device::equal(Device, Device) -> Bool

    Device::name

    fn Device::name(_self : Device) -> String

    Device::not_equal

    fn Device::not_equal(x : Device, y : Device) -> Bool

    Device::output

    fn Device::output(self : Device, logger : &Logger) -> Unit

    Device::to_repr

    Device::to_string

    fn Device::to_string(self : Device) -> String

    Host

    pub struct Host {
    _unit : Unit
    } derive(Eq,
    Debug
    )

    impl Show for Host

    Host::default_input_device

    fn Host::default_input_device(_self : Host) -> Device?

    Host::default_output_device

    fn Host::default_output_device(_self : Host) -> Device?

    Host::devices

    fn Host::devices(_self : Host) -> Array[Device]

    Host::equal

    fn Host::equal(Host, Host) -> Bool

    Host::not_equal

    fn Host::not_equal(x : Host, y : Host) -> Bool

    Host::output

    fn Host::output(self : Host, logger : &Logger) -> Unit

    Host::to_repr

    Host::to_string

    fn Host::to_string(self : Host) -> String

    Stream

    pub struct Stream {
    _unit : Unit
    } derive(Eq,
    Debug
    )

    impl Show for Stream

    Stream::close

    fn Stream::close(_self : Stream) -> Unit

    Stream::equal

    fn Stream::equal(Stream, Stream) -> Bool

    Stream::not_equal

    fn Stream::not_equal(x : Stream, y : Stream) -> Bool

    Stream::output

    fn Stream::output(self : Stream, logger : &Logger) -> Unit

    Stream::to_repr

    Stream::to_string

    fn Stream::to_string(self : Stream) -> String

    default_host

    fn default_host() -> Host

    Powered by MoonBit

    Site sourceReport issuePackagesBuild queueSkillsStatistics

    © 2026 mooncakes.io