🚧 Code tweak
This commit is contained in:
parent
53d140ba92
commit
49d2d398b8
1 changed files with 4 additions and 0 deletions
|
|
@ -207,6 +207,10 @@ impl MixedComponents {
|
|||
|
||||
// MixedComponents GETTERS.
|
||||
|
||||
pub fn len(&self) -> usize {
|
||||
self.0.len()
|
||||
}
|
||||
|
||||
pub fn is_empty(&self) -> bool {
|
||||
self.0.is_empty()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue