Guest User

Untitled

a guest
Jun 24th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. |||
  2. |--------|------------|
  3. |ensure* |Ensures a particular state. For example, 'ensureCapacity(bytesRequired)' would allocate additional capacity if needed.|
  4. |require*|Requires a particular state. For example, 'requireCapacity(bytesRequired)' would abandon if sufficient capacity had not already been allocated.|
Add Comment
Please, Sign In to add comment