fixed YArray

This commit is contained in:
Kevin Jahns
2019-03-29 01:02:44 +01:00
parent d9ab593b07
commit ff981a8697
25 changed files with 761 additions and 780 deletions

View File

@@ -22,6 +22,10 @@ export class GC extends AbstractStruct {
this.length = length
}
get deleted () {
return true
}
/**
* @param {encoding.Encoder} encoder
*/