mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-06 10:11:44 +00:00
@@ -118,6 +118,10 @@ impl<T> RuntimeVariableList<T> {
|
||||
}
|
||||
}
|
||||
|
||||
pub fn set_max_len(&mut self, max_len: usize) {
|
||||
self.max_len = Some(max_len);
|
||||
}
|
||||
|
||||
/// Returns the number of values presently in `self`.
|
||||
pub fn len(&self) -> usize {
|
||||
self.vec.len()
|
||||
|
||||
Reference in New Issue
Block a user