Capacity returns the capacity of array
()
| 102 | |
| 103 | // Capacity returns the capacity of array |
| 104 | func (f *FloatArray) Capacity() int { |
| 105 | return f.capacity |
| 106 | } |
| 107 | |
| 108 | // Marks returns the marks of array |
| 109 | func (f *FloatArray) Marks() []uint8 { |
no outgoing calls