Sync Gateway _changes returns "seq":"6647722::6647727"

If I read this correctly, I should ignore the part after ‘::’ and simply use stable_seq for my following request’s ‘since=’ parameter. This would guarantee that I see every mutation exactly once. Right?