Phase 25.1a: selfhost builder hotfix (fn rename, docs)
This commit is contained in:
@ -82,7 +82,10 @@ impl BoxCore for IntArrayCore {
|
||||
|
||||
impl NyashBox for IntArrayCore {
|
||||
fn to_string_box(&self) -> StringBox {
|
||||
StringBox::new(&format!("IntArrayCore(len={})", self.data.read().unwrap().len()))
|
||||
StringBox::new(&format!(
|
||||
"IntArrayCore(len={})",
|
||||
self.data.read().unwrap().len()
|
||||
))
|
||||
}
|
||||
|
||||
fn equals(&self, other: &dyn NyashBox) -> BoolBox {
|
||||
|
||||
Reference in New Issue
Block a user