repo.or.cz
/
some-myr-traits.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add doomed_str, on probation
[some-myr-traits.git]
/
doomed_str.myr
blob
8d9143d13fb30bfc0456a364c39f3027d311e12a
1
use std
2
3
pkg t =
4
type doomed_str = byte[:]
5
impl disposable doomed_str
6
;;
7
8
impl disposable doomed_str =
9
__dispose__ = {s
10
std.slfree((s : byte[:]))
11
}
12
;;