You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Malgré les efforts faits, il semblerait qu'il ne soie actuellement pas possible de référencer la bibliothèque standard du language Rouille sans utiliser le terme anglais "std".
// Pas bien
utilisons std::collections::Dictionnaire comme Dico;// Bien
utilisons bst::collections::Dictionnaire comme Dico;
AmelieHeinrich, apoleon33, digiz3d, franklevasseur, thecatcore and 37 moreMatthias-Fauconneau