MCPcopy Create free account
hub / github.com/SharpCoder/teensycore / strings.rs

File strings.rs

src/system/strings.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use crate::system::vector::*;
2use core::cmp::{ *, Ordering };
3
4pub type String = Vector::<u8>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected