Open GeorgeKoller opened 11 months ago
Problem:
Describe your problem and steps to reproduce it.
My code:
import D "mo:base/Debug"; import Buffer "mo:base/Buffer"; // your code here D.print("buffer size: " # debug_show(todo)); D.print("buffer capacity: " # debug_show(todo)); D.print("buffer content: " # debug_show(todo));
Hello, can you please add the description of the problem and what would be the expected behavior?
Problem:
Describe your problem and steps to reproduce it.
My code: