if there is only one function in your class ... why don't you use the
_Call special function ?
So you can use it like :
uuidgen(...)
2016-11-19 0:16 GMT+01:00 Karl Reinl :
> Am Donnerstag, den 17.11.2016, 10:49 +1030 schrieb adamn...@gmail.com:
>> Every now and then I come across a need for a (l
Am Donnerstag, den 17.11.2016, 10:49 +1030 schrieb adamn...@gmail.com:
> Every now and then I come across a need for a (locally) unique ID. Shelling
> the ubiquitous gnu "uuidgen (-t/-r)" utility usually handles this effectively
> enough. However, I am thinking that maybe this is a possible candi
Le 17/11/2016 à 01:19, adamn...@gmail.com a écrit :
> Every now and then I come across a need for a (locally) unique ID.
> Shelling the ubiquitous gnu "uuidgen (-t/-r)" utility usually handles
> this effectively enough. However, I am thinking that maybe this is a
> possible candidate for the gb.uti
Every now and then I come across a need for a (locally) unique ID. Shelling the
ubiquitous gnu "uuidgen (-t/-r)" utility usually handles this effectively
enough. However, I am thinking that maybe this is a possible candidate for the
gb.util component.
In particular, most often times I am looki