Small change to string.dm.
This commit is contained in:
parent
085f60ab4f
commit
a4c4357b31
@ -1,5 +1,8 @@
|
||||
ns std::core
|
||||
|
||||
pub int String
|
||||
pub int String {
|
||||
bytes: Array<Byte>
|
||||
}
|
||||
|
||||
impl StringImpl(fld bytes: Array<Byte>) : String
|
||||
#[internal]
|
||||
impl StringImpl(bytes) : String
|
||||
|
Loading…
Reference in New Issue
Block a user