Exemplo n.º 1
0
 public Try <Unit> clear()
 {
     backend.delete(key);
     return(F.scs(F.unit));
 }