moonbit-community/harfbuzz/blob does not have a README file
type BlobError derive(Eq, Show, ToJson)
pub struct Blob { bytes : Bytes offset : Int length : Int mode : MemoryMode} derive(Eq, Show, ToJson)
fn Blob::as_view(self : Blob) -> BytesView
fn Blob::from_array(bytes : ArrayView[Byte], mode? : MemoryMode) -> Blob
fn Blob::from_bytes(bytes : Bytes, mode? : MemoryMode) -> Blob
fn Blob::from_bytes_copy(bytes : Bytes) -> Blob
fn Blob::get(self : Blob, index : Int) -> Byte?
fn Blob::is_empty(self : Blob) -> Bool
fn Blob::len(self : Blob) -> Int
fn Blob::memory_mode(self : Blob) -> MemoryMode
fn Blob::sub(self : Blob, offset : Int, length : Int) -> Result[Blob, BlobError]
fn Blob::to_bytes(self : Blob) -> Bytes
pub enum MemoryMode { Duplicate Readonly Writable ReadonlyMayMakeWritable} derive(Eq, Show, ToJson)
Install
MoonBit port of HarfBuzz.
Powered by MoonBit
© 2026 mooncakes.io