MCPcopy Create free account
hub / github.com/StudyRust/leetcode_rust / Bank

Class Bank

2043-simple-bank-system.rs:1–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1struct Bank {
2 balance: Vec<i64>
3}
4
5/**
6 * `&self` means the method takes an immutable reference.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected